home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000062_news@watsun.cc.columbia.edu _Mon May 17 22:21:30 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA16235
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 17 May 1999 22:21:30 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA24646
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 17 May 1999 22:02:43 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: adam@symcom.math.uiuc.edu (Adam H. Lewenberg)
  10. Subject: Trouble with AS-NAME switch in SEND
  11. Date: 18 May 1999 02:02:00 GMT
  12. Organization: UIUC Department of Mathematics
  13. Message-ID: <7hqhmo$g9f$1@vixen.cso.uiuc.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. I am having trouble getting the send command to transfer files and
  17. preserve the literal filenames. 
  18.  
  19. Here is what happens: 
  20.  
  21. remote-computer> kermit -x
  22.  
  23. Entering server mode.  If your local Kermit software is menu driven,
  24. use
  25. the menus to send commands to the server.  Otherwise, enter the escape
  26. sequence to return to your local Kermit prompt and issue commands from
  27. there.  Use SEND and GET for file transfer.  Use REMOTE HELP for a
  28. list of
  29. other available services.  Use BYE or FINISH to end server mode.
  30.  
  31. KERMIT READY TO SERVE...
  32.  
  33. [E:\] ver   (I am back on my home PC). 
  34.  
  35. Kermit 95 1.1.17, 18 June 1998, for 32-bit Windows
  36.  Numeric: 601194
  37.  Type COPYRIGHT for copyright information.
  38.  
  39.   (The remote-computer is running 
  40.       C-Kermit 6.0.192, 6 Sep 96, for  Solaris 2.x
  41.        Copyright (C) 1985, 1996,
  42.   )
  43. [E:\] remote set file names literal
  44. [E:\] set file names literal
  45. [E:\] send /AS-NAME:README readme
  46.  
  47. (Kermit now gives me the send screen where I see README => README => readme)
  48.  
  49. Why is it converting the filename to lower case?
  50.  
  51. Thanks, A. Lewenberg
  52. -- 
  53. University of Illinois at Champaign-Urbana, Dept. Of Mathematics
  54. INTERNET: adam@math.uiuc.edu   or    lewenber@uiuc.edu
  55.